projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe70a7
)
Forgot to commit this
author
Raja R Harinath
<harinath@src.gnome.org>
Sun, 20 Sep 1998 02:35:59 +0000
(
02:35
+0000)
committer
Raja R Harinath
<harinath@src.gnome.org>
Sun, 20 Sep 1998 02:35:59 +0000
(
02:35
+0000)
gtk/makeenums.pl
patch
|
blob
|
history
diff --git
a/gtk/makeenums.pl
b/gtk/makeenums.pl
index 986e934e99405d9bb962b880c41e3943a924d62b..cc6d234c04da06b44996c3d2d4105abdee97fd21 100755
(executable)
--- a/
gtk/makeenums.pl
+++ b/
gtk/makeenums.pl
@@
-43,7
+43,7
@@
sub parse_entries {
# Handle include files
if (/^\#include\s*<([^>]*)>/ ) {
- my $file= "
$ENV{'srcdir'}/
../$1";
+ my $file= "../$1";
open NEWFILE, $file or die "Cannot open include file $file: $!\n";
if (parse_entries (\*NEWFILE)) {